svn commit: r288828 - user/ngie/more-tests/bin/ls/tests
Garrett Cooper
ngie at FreeBSD.org
Mon Oct 5 17:21:19 UTC 2015
Author: ngie
Date: Mon Oct 5 17:21:17 2015
New Revision: 288828
URL: https://svnweb.freebsd.org/changeset/base/288828
Log:
Add some sync's to help the filesystem quiesce a bit more
Modified:
user/ngie/more-tests/bin/ls/tests/ls_tests.sh
Modified: user/ngie/more-tests/bin/ls/tests/ls_tests.sh
==============================================================================
--- user/ngie/more-tests/bin/ls/tests/ls_tests.sh Mon Oct 5 17:15:04 2015 (r288827)
+++ user/ngie/more-tests/bin/ls/tests/ls_tests.sh Mon Oct 5 17:21:17 2015 (r288828)
@@ -72,6 +72,8 @@ create_test_inputs()
atf_check -e empty -s exit:0 touch 0b00001101
atf_check -e empty -s exit:0 touch 0b00001110
atf_check -e empty -s exit:0 touch 0b00001111
+
+ atf_check -e empty -s exit:0 sync
}
KB=1024
@@ -98,6 +100,8 @@ create_test_inputs2()
count=1 oseek=$(( $filesize / $MB )) conv=sparse
files="${files} ${filesize}.file"
done
+
+ atf_check -e empty -s exit:0 sync
}
atf_test_case A_flag
More information about the svn-src-user
mailing list