From: Tim Kientzle Date: Sat, 23 Nov 2013 23:59:07 +0000 (-0800) Subject: Mention the -r option when we can't find our reference files. X-Git-Tag: v3.1.900a~361^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eab0d3c1a4fcc11d885f4739223c3371cc1126b;p=thirdparty%2Flibarchive.git Mention the -r option when we can't find our reference files. --- diff --git a/libarchive/test/main.c b/libarchive/test/main.c index a94fa9251..20c5f8f20 100644 --- a/libarchive/test/main.c +++ b/libarchive/test/main.c @@ -2498,6 +2498,7 @@ get_refdir(const char *d) failure: printf("Unable to locate known reference file %s\n", KNOWNREF); printf(" Checked following directories:\n%s\n", tried); + printf("Use -r option to specify full path to libarchive/test directory\n"); #if defined(_WIN32) && !defined(__CYGWIN__) && defined(_DEBUG) DebugBreak(); #endif