summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:08:53 +0100
committerKarel Zak2013-01-24 16:49:29 +0100
commitc5565210b6824b70a603ceef696ac29f5dbb9878 (patch)
tree6508f7ecfba0c641721e20b070c5d6d9f09eb3ea /tests/commands.sh
parenttests: add utmpdump(1) check (diff)
downloadkernel-qcow2-util-linux-c5565210b6824b70a603ceef696ac29f5dbb9878.tar.gz
kernel-qcow2-util-linux-c5565210b6824b70a603ceef696ac29f5dbb9878.tar.xz
kernel-qcow2-util-linux-c5565210b6824b70a603ceef696ac29f5dbb9878.zip
tests: add getopt(1) check
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 73725c9f8..cb2f444b7 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -66,3 +66,4 @@ TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"}
TS_CMD_HEXDUMP=${TS_CMD_HEXDUMP-"$top_builddir/hexdump"}
TS_CMD_UTMPDUMP=${TS_CMD_UTMPDUMP-"$top_builddir/utmpdump"}
+TS_CMD_GETOPT=${TS_CMD_GETOPT-"$top_builddir/getopt"}