From bfdd866723f70e86cfe32383dd2802995d47ed5a Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Fri, 28 Dec 2018 21:44:15 -0600 Subject: test: remove entire dest/ after fcopy test, not just contents --- test/fcopy/fcopy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fcopy/fcopy.sh b/test/fcopy/fcopy.sh index 78dab4986..bc95441fb 100755 --- a/test/fcopy/fcopy.sh +++ b/test/fcopy/fcopy.sh @@ -27,4 +27,4 @@ echo "TESTING: fcopy file (test/fcopy/filecopy.exp)" echo "TESTING: fcopy link (test/fcopy/linkcopy.exp)" ./linkcopy.exp -rm -fr dest/* +rm -fr dest -- cgit v1.2.3-54-g00ecf