diff options
author | Karel Zak <kzak@redhat.com> | 2011-01-01 22:45:29 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-03 12:28:48 +0100 |
commit | 013bff51a67fe5907532639d35f9d9f1df2c7570 (patch) | |
tree | f270146bbbcf19679c993ce1d0be62f03d4cd4e8 /tests/commands.sh.in | |
parent | 462363888283fa14db5ded75728632df237e5196 (diff) | |
download | util-linux-old-013bff51a67fe5907532639d35f9d9f1df2c7570.tar.gz |
tests: fix strtosize() test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r-- | tests/commands.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in index 19193922..dcd1a30f 100644 --- a/tests/commands.sh.in +++ b/tests/commands.sh.in @@ -12,7 +12,7 @@ TS_HELPER_BYTESWAP="$top_builddir/tests/helpers/test_byteswap" TS_HELPER_MD5="$top_builddir/tests/helpers/test_md5" TS_HELPER_ISMOUNTED="$top_builddir/lib/test_ismounted" -TS_HELPER_STRTOSIZE="$top_builddir/lib/test_strtosize" +TS_HELPER_STRUTILS="$top_builddir/lib/test_strutils" TS_HELPER_CPUSET="$top_builddir/lib/test_cpuset" # libmount |