From: Erez Zadok Date: Wed, 21 Nov 2007 08:52:05 +0000 (-0500) Subject: display progress message in mkdir test X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=21456ed85c1d655558ea69d22688b6b0ee80e2d7;p=unionfs-regression.git display progress message in mkdir test --- diff --git a/t-mkdir.sh b/t-mkdir.sh index f00dfcc..7f4f90c 100755 --- a/t-mkdir.sh +++ b/t-mkdir.sh @@ -95,8 +95,7 @@ checktype $MOUNTPOINT/d1/d2/d3/d4 '-' unmount_union ( directories ; afterfiles_rw ) | check_hierarchy $TOP_LOWER_DIR - - +echo -n "[rw] " #### simple tests @@ -114,5 +113,6 @@ checktype $MOUNTPOINT/d1/d2/d3/d4 '-' unmount_union ( directories ; afterfiles_ro ) | check_hierarchy $TOP_LOWER_DIR +echo -n "[ro] " complete_test