diff -r 7f813940ac35 -r 83b6305a5638 test/runtime/6878713/Test6878713.sh --- a/test/runtime/6878713/Test6878713.sh Tue Aug 28 15:24:39 2012 -0700 +++ b/test/runtime/6878713/Test6878713.sh Wed Aug 29 14:49:05 2012 -0400 @@ -38,6 +38,11 @@ PS=";" FS="\\" ;; + CYGWIN_* ) + NULL=/dev/null + PS=";" + FS="/" + ;; * ) echo "Unrecognized system!" exit 1;