summaryrefslogtreecommitdiffstats
path: root/tests/exe/ob-buildopk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exe/ob-buildopk.sh')
-rwxr-xr-xtests/exe/ob-buildopk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exe/ob-buildopk.sh b/tests/exe/ob-buildopk.sh
index 3b211f2..020824a 100755
--- a/tests/exe/ob-buildopk.sh
+++ b/tests/exe/ob-buildopk.sh
@@ -27,7 +27,7 @@ ls_outer()
local opk="${1}"
shift 1
- tar -tzf "${opk}"
+ ${TAR} -tzf "${opk}"
}
ls_inner()
@@ -36,7 +36,7 @@ ls_inner()
local mbr="${2}"
shift 2
- tar -xzOf "${opk}" "${mbr}" | tar -tz
+ ${TAR} -xzOf "${opk}" "${mbr}" | ${TAR} -tz
}
plan_ 9