diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-02-19 14:54:17 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-02-19 16:41:16 +0200 |
commit | 86dd9696d3a1acb036d65909d93d73455b8aed3a (patch) | |
tree | 9e8bb6797b3bebd0bf83ae1fab2151a6dfeafe6a /tests/fs-tests | |
parent | ef644090223e5983ca2492850354c1390e3368d1 (diff) |
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 <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/fs-tests')
-rwxr-xr-x | tests/fs-tests/stress/stress00.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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=$? |