diff options
author | Karel Zak <kzak@redhat.com> | 2007-11-28 12:11:51 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-11-28 12:11:51 +0100 |
commit | 7df454fc9b96944d9cc57f565a1ba1f1373b2f02 (patch) | |
tree | 469f2290a667d26bcb3384986b23d11df3c4a8ab /tests/commands.sh.in | |
parent | 2b7ff0d91a9545b862bbdb5e0c0eb126c6ada11f (diff) | |
download | util-linux-old-7df454fc9b96944d9cc57f565a1ba1f1373b2f02.tar.gz |
tests: rename test_sysinfo, remove tailing white-spaces
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 c96a422c..4963f103 100644 --- a/tests/commands.sh.in +++ b/tests/commands.sh.in @@ -7,7 +7,7 @@ AWK=@AWK@ TS_TESTUSER=${TS_TESTUSER:-"test"} # helpers -TS_HELPER_SYSINFO="$TS_TOPDIR/helpers/mnt_test_sysinfo" +TS_HELPER_SYSINFO="$TS_TOPDIR/helpers/test_sysinfo" # external commands TS_ECMD_BLKID="@BLKID@" |