]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: fix typo in tail-2/inotify-race
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Aug 2014 19:50:29 +0000 (12:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Aug 2014 19:50:57 +0000 (12:50 -0700)
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.

tests/tail-2/inotify-race.sh

index c25f354a94e29f9000139e121fdf7ecf9263e047..714087110d5aba0268a0eaacef4e35fafee421d5 100755 (executable)
@@ -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_