1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 12:52:16 +02:00

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.
This commit is contained in:
Paul Eggert
2014-08-01 12:50:29 -07:00
parent 0cf7b1d928
commit 0660cfe128

View File

@@ -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_