summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-27 17:46:06 +0100
committerKarel Zak2014-04-03 12:29:19 +0200
commit10a628c8b3ff182843f3d05ce916abf21cb8d355 (patch)
tree906d2f82447972882fac5eb013c0c394933d3707 /tests
parentwdctl: use libsmartcols (diff)
downloadkernel-qcow2-util-linux-10a628c8b3ff182843f3d05ce916abf21cb8d355.tar.gz
kernel-qcow2-util-linux-10a628c8b3ff182843f3d05ce916abf21cb8d355.tar.xz
kernel-qcow2-util-linux-10a628c8b3ff182843f3d05ce916abf21cb8d355.zip
lib/tt.c: Goodbye!
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/expected/build-sys/config-all-devel1
-rw-r--r--tests/expected/build-sys/config-devel-new-mount1
-rwxr-xr-xtests/run.sh2
3 files changed, 1 insertions, 3 deletions
diff --git a/tests/expected/build-sys/config-all-devel b/tests/expected/build-sys/config-all-devel
index 4890e52bc..f3933aa5c 100644
--- a/tests/expected/build-sys/config-all-devel
+++ b/tests/expected/build-sys/config-all-devel
@@ -26,7 +26,6 @@ test_mangle:
test_procutils:
test_strutils:
test_sysfs:
-test_tt:
test_wholedisk:
mkfs: libblkid libuuid
partitions: libblkid libuuid
diff --git a/tests/expected/build-sys/config-devel-new-mount b/tests/expected/build-sys/config-devel-new-mount
index f7c0f8655..121a3f6e6 100644
--- a/tests/expected/build-sys/config-devel-new-mount
+++ b/tests/expected/build-sys/config-devel-new-mount
@@ -28,7 +28,6 @@ test_mangle:
test_procutils:
test_strutils:
test_sysfs:
-test_tt:
test_wholedisk:
mkfs: libblkid libuuid
partitions: libblkid libuuid
diff --git a/tests/run.sh b/tests/run.sh
index 6bc82de0f..06ed5e384 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -118,7 +118,7 @@ if [ -n "$SUBTESTS" ]; then
fi
done
else
- if [ ! -f "$top_builddir/test_tt" ]; then
+ if [ ! -f "$top_builddir/test_ttyutils" ]; then
echo "Tests not compiled! Run 'make check' to fix the problem."
exit 1
fi