]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Blame the program we're testing for failures.
authorTim Kientzle <kientzle@gmail.com>
Fri, 17 Jul 2009 04:22:43 +0000 (00:22 -0400)
committerTim Kientzle <kientzle@gmail.com>
Fri, 17 Jul 2009 04:22:43 +0000 (00:22 -0400)
SVN-Revision: 1228

tar/test/test_option_s.c

index 9eeb235c5d4a8312d00893bf97e4781f7bb5d11c..3a73c4d5d854a345753b736271039429b7980db5 100644 (file)
@@ -55,7 +55,8 @@ DEFINE_TEST(test_option_s)
            testprog);
        assertEqualInt(0, stat("check.err", &st));
        if (st.st_size != 0) {
-               skipping("bsdtar does not support -s option on this platform");
+               skipping("%s does not support -s option on this platform",
+                       testprog);
                return;
        }