Skip to content

Commit 2b2092d

Browse files
committed
right dir?
1 parent 51e78b3 commit 2b2092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import subprocess
22

33
def test_record_replay():
4-
r = subprocess.call(["gcc -o toy ../test/toy.c"], shell=True)
4+
r = subprocess.call(["gcc -o toy test/toy.c"], shell=True)
55
assert r == 0
66

77
with open("out1.txt", 'w') as f:

0 commit comments

Comments
 (0)