- introduce variable _BB_CONFIG_DEP to the new test harness.
[oweals/busybox.git] / testsuite / uniq.tests
index 95764740b745ba01cc15660be29c0aed36dc1b30..27d9561e1427be25616c9c15906462eaa7f777b6 100755 (executable)
@@ -9,6 +9,9 @@
 if [ ${#COMMAND} -eq 0 ]; then COMMAND=uniq; fi
 . testing.sh
 
+# Depends on uniq
+_BB_CONFIG_DEP=uniq
+
 # testing "test name" "options" "expected result" "file input" "stdin"
 #   file input will be file called "input"
 #   test can create a file "actual" instead of writing to stdout