summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-08-01 12:50:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-08-01 12:50:57 -0700
commit0660cfe128db02ea767b133592fdc225b35bd8ca (patch)
tree08c9806063cc76278a41dfd52c3cfb45aafdbe37 /tests
parent0cf7b1d928acaaddd4eaa28c6a22f7bd6457b379 (diff)
downloadcoreutils-0660cfe128db02ea767b133592fdc225b35bd8ca.tar.xz
tests: fix typo in tail-2/inotify-race
Reported by Andreas Schwab in: http://bugs.gnu.org/18057 * tests/tail-2/inotify-race.sh (break_src): Use abs_top_srcdir, not abs_top_builddir.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tail-2/inotify-race.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/inotify-race.sh b/tests/tail-2/inotify-race.sh
index c25f354a9..714087110 100755
--- a/tests/tail-2/inotify-race.sh
+++ b/tests/tail-2/inotify-race.sh
@@ -37,7 +37,7 @@ case $(cat gdb.out) in
*) skip_ "can't run gdb";;
esac
-break_src="$abs_top_builddir/src/tail.c"
+break_src="$abs_top_srcdir/src/tail.c"
break_line=$(grep -n ^tail_forever_inotify "$break_src") || framework_failure_
break_line=$(echo "$break_line" | cut -d: -f1) || framework_failure_