We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d900b commit e888f38Copy full SHA for e888f38
test/regtest/Makefile
@@ -28,6 +28,8 @@ all:
28
g++ -std=c++11 -fPIC -shared -o example.so -O2 \
29
../../examples/plugins/example.cpp -I ../../src/e9tool/
30
g++ -std=c++11 -pie -fPIC -o regtest regtest.cpp -O2
31
+ echo "XXX" > FILE.txt
32
+ chmod 0640 FILE.txt
33
34
clean:
35
rm -f *.log *.out *.exe test test.pie test.libc libtest.so inst inst.o \
test/regtest/stat.exp
@@ -1,3 +1,3 @@
1
-mode = 100664
2
-size = 62
+mode = 100640
+size = 4
3
PASSED
test/regtest/stat.in
@@ -1 +1 @@
-./test -M 'addr == 0xa0001d9' -P 'test_stat("stat.in")@patch'
+./test -M 'addr == 0xa0001d9' -P 'test_stat("FILE.txt")@patch'
0 commit comments