| Index: third_party/xdg-utils/tests/xdg-open/t.02-open_dir
|
| ===================================================================
|
| --- third_party/xdg-utils/tests/xdg-open/t.02-open_dir (revision 0)
|
| +++ third_party/xdg-utils/tests/xdg-open/t.02-open_dir (revision 0)
|
| @@ -0,0 +1,30 @@
|
| +#!/bin/bash
|
| +
|
| +## Include utility functions.
|
| +. "$XDG_TEST_DIR/include/testassertions.sh"
|
| +. "$XDG_TEST_DIR/include/testcontrol.sh"
|
| +
|
| +## Test function
|
| +test_open_dir() {
|
| +test_start "$FUNCNAME: verify basic directory open test."
|
| +
|
| +test_init
|
| +
|
| +require_notroot
|
| +
|
| +## Require a running X server
|
| +assert_display
|
| +
|
| +test_procedure
|
| +
|
| +assert_exit 0 xdg-open "$XDG_TEST_DIR"
|
| +assert_nostdout
|
| +assert_nostderr
|
| +
|
| +assert_interactive "Did a file browser open to $XDG_TEST_DIR?" y
|
| +assert_interactive "Please close any windows opened by this test." C
|
| +
|
| +test_result
|
| +}
|
| +
|
| +run_test test_open_dir
|
|
|
| Property changes on: third_party/xdg-utils/tests/xdg-open/t.02-open_dir
|
| ___________________________________________________________________
|
| Name: svn:executable
|
| + *
|
|
|
|
|