summaryrefslogtreecommitdiff
path: root/tar/test/test_option_b.c
diff options
context:
space:
mode:
Diffstat (limited to 'tar/test/test_option_b.c')
-rw-r--r--tar/test/test_option_b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/test/test_option_b.c b/tar/test/test_option_b.c
index 81f50be8355eb..7c2f60476c559 100644
--- a/tar/test/test_option_b.c
+++ b/tar/test/test_option_b.c
@@ -33,7 +33,7 @@ DEFINE_TEST(test_option_b)
assertMakeFile("file1", 0644, "file1");
if (systemf("cat file1 > test_cat.out 2> test_cat.err") != 0) {
- skipping("Platform doesn't have cat");
+ skipping("This test requires a `cat` program");
return;
}
testprog_ustar = malloc(strlen(testprog) + sizeof(USTAR_OPT) + 1);