From 8a73fbcfde23cae3b6c4df6438235ff3cdad8719 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 28 Jun 2011 07:21:45 +0000 Subject: [PATCH] Removed suffix .result from tmp/test_hardlinks --- releng/test_hardlinks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releng/test_hardlinks b/releng/test_hardlinks index 22a30f4e..fcc94f0d 100755 --- a/releng/test_hardlinks +++ b/releng/test_hardlinks @@ -7,7 +7,7 @@ export prog=$(basename "$0") export xorriso=xorriso -export workdir=./tmp/"$prog".result +export workdir=./tmp/"$prog" export image_file="$workdir"/xorriso_hardlinks.iso export on_disk="$workdir"/xorriso_hardlinks_test_dir export in_iso="" @@ -123,6 +123,7 @@ then dummy=dummy else echo "=== TEST ENVIRONMENT ERROR: $prog : No ./tmp directory existing" >&2 + echo "=== Is the current working directory really ./releng of libisoburn ?" >&2 echo "FAIL : $prog : Test environment error : No ./tmp directory" exit 3 fi