diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-11 23:43:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-11 23:48:28 +0200 |
commit | 2dbbf823efe2e74458d5927e6b21310d72266b0f (patch) | |
tree | edb0bc518889339910d4f30059f077517ddff7a4 /testsuite | |
parent | 85378cded7d088cbd048f6e6e127846f489d1fca (diff) | |
download | busybox-2dbbf823efe2e74458d5927e6b21310d72266b0f.tar.gz |
randconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/makedevs.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/makedevs.tests b/testsuite/makedevs.tests index fd12460ec..b51fe0798 100755 --- a/testsuite/makedevs.tests +++ b/testsuite/makedevs.tests @@ -25,7 +25,7 @@ FILTER_LS2="sed -e 's/, */,/g' -e 's/ */ /g' | cut -d' ' -f 1-4,9-" rm -rf makedevs.testdir mkdir makedevs.testdir -optional FEATURE_MAKEDEVS_TABLE FEATURE_FIND_NOT FEATURE_FIND_TYPE FEATURE_LS_RECURSIVE FEATURE_LS_SORTFILES +optional FEATURE_MAKEDEVS_TABLE FEATURE_FIND_NOT FEATURE_FIND_TYPE FEATURE_LS_RECURSIVE FEATURE_LS_SORTFILES FEATURE_LS_TIMESTAMPS testing "makedevs -d ../makedevs.device_table.txt ." \ "(cd makedevs.testdir && makedevs -d ../makedevs.device_table.txt . 2>&1); find makedevs.testdir ! -type d | sort | xargs ls -lnR | $FILTER_LS" \ |