Eric Kow <[EMAIL PROTECTED]> writes:
> Yuck :-(
> I'm pushing this and hoping that we get a green Windows build slave from it
> (one last test to go?)
>
> [Work around difference between Windows and Cygwin sort program in test
> Eric Kow <[EMAIL PROTECTED]>**20081116203806] hunk ./tests/query_manifest.sh 4
> +PATH=/cygdrive/c/cygwin/bin:${PATH}
That *IS* yuck. Would this solve the problem?
diff -ud tests/query_manifest.sh /tmp/buffer-content-2377_vZ
--- tests/query_manifest.sh 2008-11-12 11:07:23.000000000 +1100
+++ /tmp/buffer-content-2377_vZ 2008-11-17 10:10:56.462253374 +1100
@@ -18,7 +18,7 @@
darcs query manifest $3 --no-files --directories | sort > darcs-dirs.tmp
darcs query manifest $3 --files --directories | sort > darcs-files-dirs.tmp
for x in files dirs files-dirs ; do
- sort -o sorted-$x.tmp $x.tmp
+ sort >sorted-$x.tmp $x.tmp
diff sorted-$x.tmp darcs-$x.tmp
done
IFS=''
Diff finished. Mon Nov 17 10:10:56 2008
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users