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:
@@ -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_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user