summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2007-07-20 15:08:54 +0200
committerKarel Zak2007-07-23 15:07:13 +0200
commita2c6354ff7c2f8787d6a3b55631eda661b310026 (patch)
tree6e7264de4e45ab608f4a2a6f73d1619d2f46bf7b /tests/commands.sh.in
parenttests: add license notices, change from gplv2-only to gplv2-or-later (diff)
downloadkernel-qcow2-util-linux-a2c6354ff7c2f8787d6a3b55631eda661b310026.tar.gz
kernel-qcow2-util-linux-a2c6354ff7c2f8787d6a3b55631eda661b310026.tar.xz
kernel-qcow2-util-linux-a2c6354ff7c2f8787d6a3b55631eda661b310026.zip
tests: use $AWK based on configure results
The hardcoded "gawk" seems like a bad idea. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index f8128bb89..a9572e062 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -1,6 +1,8 @@
TOPDIR=@top_srcdir@
TS_TOPDIR=$TOPDIR/tests
+AWK=@AWK@
+
# Misc settings
TS_TESTUSER=${TS_TESTUSER:-"test"}