diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-14 12:59:26 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-14 12:59:26 +0300 |
commit | 487550498f70455f083cdc82b65442596fe7308e (patch) | |
tree | 6cd3df883452724b2b49e130190c36e3339dc24a /tests/ubi-tests/runtests.sh | |
parent | 9085ab02937c4ae75067ebac02e416eb4a7fb0a0 (diff) |
ubi-tests: fix run script
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/ubi-tests/runtests.sh')
-rwxr-xr-x | tests/ubi-tests/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/runtests.sh b/tests/ubi-tests/runtests.sh index fa10c3e..708cce4 100755 --- a/tests/ubi-tests/runtests.sh +++ b/tests/ubi-tests/runtests.sh @@ -7,7 +7,7 @@ io_paral volrefcnt" if test -z "$ubidev"; then echo "Usage:" - echo "$0 <UBI device> <ubi module load command>" + echo "$0 <UBI device>" exit 1 fi |