Test suite: Retrieval NFS_TICKLE_SHARED_DIRECTORY more defensively.
authorMartin Schwenke <martin@meltin.net>
Thu, 30 Jul 2009 04:10:34 +0000 (14:10 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 30 Jul 2009 04:10:34 +0000 (14:10 +1000)
commitf9b71757f034732647228d4b8a8f00528028b6b0
treee84eac73e4cd6d8cf499fe37997853133471a703
parentc53353c6402f378f29200313d82f1f9262d628b1
Test suite: Retrieval NFS_TICKLE_SHARED_DIRECTORY more defensively.

In complex/31_nfs_tickle.sh we run sed against a file that might not
exist, causing potential garbage from stderr in the output.  Check
that the file exists before running sed.

Signed-off-by: Martin Schwenke <martin@meltin.net>
tests/complex/31_nfs_tickle.sh