]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix memcheck/tests/amd64-freebsd/Makefile.am EXTRA_DIST reallocf
authorMark Wielaard <mark@klomp.org>
Sat, 18 Jun 2022 13:30:54 +0000 (15:30 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Jun 2022 13:30:59 +0000 (15:30 +0200)
EXTRA_DIST included reallocf.stderr.out, should have been
reallocf.stderr.exp.

memcheck/tests/amd64-freebsd/Makefile.am

index 190fdd6aeb01378a533d6f204640ab0296ee3a65..1e663ab30c24f969d6810c37f46df74b6e6976f3 100644 (file)
@@ -9,7 +9,7 @@ EXTRA_DIST = \
        posix_fadvise.stderr.exp \
        posix_fallocate.stderr.exp \
        reallocf.vgtest \
-       reallocf.stderr.out
+       reallocf.stderr.exp
 
 check_PROGRAMS = \
        posix_fadvise posix_fallocate reallocf