From 27ebe36ad769c750707eb0f8da4bf699098bb4ca Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Fri, 17 Jul 2009 00:22:43 -0400 Subject: [PATCH] Blame the program we're testing for failures. SVN-Revision: 1228 --- tar/test/test_option_s.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.47.3