summaryrefslogtreecommitdiffstats
path: root/test/TEST-62-SKIPCPIO/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-62-SKIPCPIO/test.sh')
-rwxr-xr-xtest/TEST-62-SKIPCPIO/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-62-SKIPCPIO/test.sh b/test/TEST-62-SKIPCPIO/test.sh
index 2311da3..ba20a42 100755
--- a/test/TEST-62-SKIPCPIO/test.sh
+++ b/test/TEST-62-SKIPCPIO/test.sh
@@ -6,7 +6,7 @@
TEST_DESCRIPTION="test skipcpio"
test_check() {
- cpio dd truncate find sort diff &> /dev/null
+ (command -v cpio && command -v find && command -v diff) &> /dev/null
}
skipcpio_simple() {