Upgraded tests for cd and mplayer (and vncviewers)

This commit is contained in:
Freddy Vulto 2009-06-10 00:13:19 +02:00
parent 9e4d9b9653
commit dd5502a920
8 changed files with 8 additions and 0 deletions

0
test/fixture1/bar Normal file
View File

0
test/fixture1/foo Normal file
View File

View File

@ -1,8 +1,10 @@
proc setup {} { proc setup {} {
save_env
}; # setup() }; # setup()
proc teardown {} { proc teardown {} {
assert_env_unmodified
}; # teardown() }; # teardown()

View File

@ -1,8 +1,10 @@
proc setup {} { proc setup {} {
save_env
}; # setup() }; # setup()
proc teardown {} { proc teardown {} {
assert_env_unmodified
}; # teardown() }; # teardown()

View File

@ -1,8 +1,10 @@
proc setup {} { proc setup {} {
save_env
}; # setup() }; # setup()
proc teardown {} { proc teardown {} {
assert_env_unmodified
}; # teardown() }; # teardown()

View File

@ -1,8 +1,10 @@
proc setup {} { proc setup {} {
save_env
}; # setup() }; # setup()
proc teardown {} { proc teardown {} {
assert_env_unmodified
}; # teardown() }; # teardown()