# HG changeset patch # User Rob Landley # Date 1242677201 18000 # Node ID 0ac06d08cfe5940bb48f674fbdfd2decc09eae5f # Parent 545f5665835b139de6138e620bc0fcd6c0f6357b Root directory isn't writable with squashfs, use /tmp instead. diff -r 545f5665835b -r 0ac06d08cfe5 smoketest.sh --- a/smoketest.sh Mon May 18 15:05:40 2009 -0500 +++ b/smoketest.sh Mon May 18 15:06:41 2009 -0500 @@ -17,8 +17,8 @@ # Show free space df # Smoke test for the compiler -gcc -s /usr/src/thread-hello2.c -lpthread && -./a.out +gcc -s /usr/src/thread-hello2.c -lpthread -o /tmp/hello && +/tmp/hello sync exit EOF