Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Attempt to fix tests/frontend/extract:basic on linux
Brad Davis committed 9 years ago
commit f2b1ef809e84e033827e9799409a4e81255508a1
parent 7832a14
1 file changed +2 -2
modified tests/frontend/extract.sh
@@ -42,7 +42,7 @@ ${TMPDIR}/target${TMPDIR}/a
		-o inline:"${OUTPUT}" \
		-e empty \
		-s exit:0 \
-
		find -s ${TMPDIR}/target -type f -print
+
		find ${TMPDIR}/target -type f -print | sort

	echo "test2" > a
	atf_check \
@@ -63,7 +63,7 @@ ${TMPDIR}/target${TMPDIR}/a
		-o inline:"${OUTPUT}" \
		-e empty \
		-s exit:0 \
-
		find -s ${TMPDIR}/target -type f -print
+
		find ${TMPDIR}/target -type f -print | sort

}