X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Ffile.at;h=bccdf003c5af250136e2abc4f387769814c8f870;hb=5619f4e44bb92f9c185c0b6422be321df7ac50c2;hp=4479a48017643b2f8bc1002ef15f15bbfa4c262d;hpb=5e41840a01ceb64b1a62752e7ebb891394de2ec8;p=pspp diff --git a/tests/data/file.at b/tests/data/file.at index 4479a48017..bccdf003c5 100644 --- a/tests/data/file.at +++ b/tests/data/file.at @@ -41,6 +41,8 @@ error: Creating temporary file to replace directory/foobar.sav: Permission denie error: Error opening `directory/foobar.sav' for writing as a system file: Permission denied. ]) +chmod 700 directory + AT_CLEANUP @@ -89,7 +91,7 @@ AT_CLEANUP AT_SETUP([Reading from pipe]) AT_DATA([pipe.sps], [dnl -data list file='echo "1 2\n 3 4\n 5 6" |' notable list /x * y *. +data list file='printf "1 2\n 3 4\n 5 6\n" |' notable list /x * y *. list. ])