mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +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
|
||||
# and gdb's attempt to control the TTY.
|
||||
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
|
||||
notmuch search '*' > expected
|
||||
|
|
Loading…
Reference in a new issue