Johan Holmberg
bb2e7bf4a7
'echo PWD=$(pwd)' -> 'echo_pwd.rb' for Windows
...
missed in earlier commit 6a7bdbd
2016-11-07 10:58:34 +01:00
Johan Holmberg
06b011204a
accept Windows drive letter paths in tests
...
on Windows Dir.pwd returns a path like "c:/some/dir",
and the tests mainly cares about the suffix of the path
so accepting an optional drive letter at the beginning
should be ok.
2016-11-07 09:25:27 +01:00
Johan Holmberg
6a7bdbdfe4
make tests more Windows-friendly
...
by using Ruby helper scripts instead fo relying
on the existence of Unix commands
2016-11-05 00:49:22 +01:00
Johan Holmberg
bce88a3741
test "Dir.chdir" / "create_file" interaction
2015-06-15 21:32:27 +02:00
Johan Holmberg
43078cab8e
test 'chdir' and 'Dir.chdir' in test methods
...
should work both in normal mode and with -jN
2015-06-15 21:06:48 +02:00