1
0
Fork 0

Eliminate race condition in fs::Touch test

This commit is contained in:
Thomas Goyne 2014-07-02 17:42:50 -07:00
parent 92958a874b
commit 3832f700c5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ echo '{"Valid" : ["Entry One", "Entry Two"]}' > data/mru_ok.json
echo '{"Invalid" : [1, 3]}' > data/mru_invalid.json
printf %s '1234567890' > data/ten_bytes
touch data/touch_mod_time
touch -r $0 data/touch_mod_time
mkdir data/options
cp $d/options/* data/options