From 86dd9696d3a1acb036d65909d93d73455b8aed3a Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 19 Feb 2008 14:54:17 +0200 Subject: Revert ubi-tools changes Restore ubi tools to their "original" state, which means to the state they were before I stareted cleaning them up. Instead, create a "new-utils" subdirectory and move my work there. Signed-off-by: Artem Bityutskiy --- tests/fs-tests/stress/stress00.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/fs-tests/stress') diff --git a/tests/fs-tests/stress/stress00.sh b/tests/fs-tests/stress/stress00.sh index be95d7c..60f8c0d 100755 --- a/tests/fs-tests/stress/stress00.sh +++ b/tests/fs-tests/stress/stress00.sh @@ -43,8 +43,7 @@ FSIZE=$(( $FREESPACE/15 )); "$FWRITE00 -z $FSIZE -n0 -p 100 -s -o" \ "$RNDWR -z $FSIZE -n0 -p 10 -e" \ "$RNDWR -z $FSIZE -n0 -p 100 -e" \ -"$PDFLUSH -z 1073741824 -n0" \ -"$GCHUP -n0" +"$PDFLUSH -z 1073741824 -n0" STATUS=$? -- cgit v1.2.3