summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
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/run.sh
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/run.sh')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
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