Skip to content

Commit

Permalink
fix automake logic for LARGEIO test option
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Mar 15, 2011
1 parent 517d297 commit 30b555b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kern/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TESTS = t05 t06 t07 t13 t14 t15 t16 t17 t18 t19 t22 \
# Need to fix cached negative dentries!
XFAIL_TESTS = t27

if ! LARGEIO
if LARGEIO
TESTS += t20 t21
endif

Expand Down
2 changes: 1 addition & 1 deletion tests/kern/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ check_PROGRAMS = kconjoin$(EXEEXT) tsuppgrp$(EXEEXT) tstatfs$(EXEEXT) \
trename$(EXEEXT) tstat$(EXEEXT) tflock$(EXEEXT) \
tflock2$(EXEEXT) tfcntl2$(EXEEXT) tfcntl3$(EXEEXT) \
tconfig$(EXEEXT) tfsgid$(EXEEXT)
@LARGEIO_FALSE@am__append_1 = t20 t21
@LARGEIO_TRUE@am__append_1 = t20 t21
subdir = tests/kern
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Expand Down
3 changes: 3 additions & 0 deletions tests/kern/t28
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
echo rsync /etc to mntdir
rsync -a /etc $PATH_MNTDIR/

# N.B. will report missing file
# will not report (but silently fix) an incorrect mode

echo rsync /etc to mntdir again - should be silent
rsync -avc /etc $PATH_MNTDIR/ | egrep -v '^(sent|total).*'

Expand Down

0 comments on commit 30b555b

Please sign in to comment.