mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
test: use source and build paths in T380-atomicity.sh
Make a distinction between source and build directories.
This commit is contained in:
parent
0364a6d74b
commit
e216d9b7ab
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if test_require_external_prereq gdb; then
|
||||||
# -tty /dev/null works around a conflict between the 'timeout' wrapper
|
# -tty /dev/null works around a conflict between the 'timeout' wrapper
|
||||||
# and gdb's attempt to control the TTY.
|
# and gdb's attempt to control the TTY.
|
||||||
export MAIL_DIR
|
export MAIL_DIR
|
||||||
${TEST_GDB} -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.py notmuch 1>gdb.out 2>&1
|
${TEST_GDB} -tty /dev/null -batch -x $NOTMUCH_SRCDIR/test/atomicity.py notmuch 1>gdb.out 2>&1
|
||||||
|
|
||||||
# Get the final, golden output
|
# Get the final, golden output
|
||||||
notmuch search '*' > expected
|
notmuch search '*' > expected
|
||||||
|
|
Loading…
Reference in a new issue