From 35d53302ac961d8d7706318f9d6d12282f712703 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 7 Apr 2015 18:09:18 +0200 Subject: btrfs-progs: convert tests: preserve test image permissions If the test image is eg. on NFS it's not writable for root, so chmod 0777 fixes that but then we must not delete the file. Signed-off-by: David Sterba --- tests/convert-tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/convert-tests.sh') diff --git a/tests/convert-tests.sh b/tests/convert-tests.sh index 42cbeb60..7976f662 100644 --- a/tests/convert-tests.sh +++ b/tests/convert-tests.sh @@ -24,8 +24,10 @@ convert_test() { nodesize=$2 shift 2 echo "creating ext image with: $*" >> $RESULTS + # IMAGE not removed as the file might have special permissions, eg. + # when test image is on NFS and would not be writable for root + run_check truncate -s 0 $IMAGE # 256MB is the smallest acceptable btrfs image. - run_check rm -f $IMAGE run_check truncate -s 256M $IMAGE run_check $* -F $IMAGE -- cgit v1.2.3