From: Tim Kientzle Date: Fri, 17 Jul 2009 04:22:43 +0000 (-0400) Subject: Blame the program we're testing for failures. X-Git-Tag: v2.8.0~533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ebe36ad769c750707eb0f8da4bf699098bb4ca;p=thirdparty%2Flibarchive.git Blame the program we're testing for failures. SVN-Revision: 1228 --- diff --git a/tar/test/test_option_s.c b/tar/test/test_option_s.c index 9eeb235c5..3a73c4d5d 100644 --- a/tar/test/test_option_s.c +++ b/tar/test/test_option_s.c @@ -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; }