On Sunday 03 September 2006 22:53 Benjamin M. wrote:
> Attached the results of run-tests 015/016 on my Linux box... the other
> tests run smoothly...
The directory where nodes are being created isn't seen as changed.
What filesystem run the tests on?
Could you send me the output with the attached patch?
Thank you!
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
=== test/016_add_unversion
==================================================================
--- test/016_add_unversion (revision 477)
+++ test/016_add_unversion (local)
@@ -20,7 +20,8 @@
$BINq ignore ./*
# Maybe we get a ., possibly a m ...
# Depends on timing of directory/inode changes (eg. same/different second)
-if [[ `$BINdflt st` == "."?"C"?" "*" "*"." ]]
+$BINdflt st -d -v
+if [[ `$BINdflt st | egrep -v ' .$'` == "" ]]
then
echo "OK, all ignored"
else
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]