Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: third_party/xdg-utils/tests/xdg-open/t.00-apply_generic

Issue 151098: Patch from mdm@google.com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Name: svn:executable
+ *
OLDNEW
(Empty)
1 #!/bin/bash
2
3 . "$XDG_TEST_DIR/include/testcontrol.sh"
4 . "$XDG_TEST_DIR/include/testfuncs.sh"
5
6
7 test_note This is a dummy test to run the generic tests for this utility.
8
9 generic_tests=`ls $XDG_TEST_DIR/generic/t.*`
10 for t in $generic_tests; do
11 . "$t"
12 repeat_test "$GENERIC_TEST" 1 "XDGUTIL" "xdg-open"
13 done
14
OLDNEW
« no previous file with comments | « third_party/xdg-utils/tests/xdg-mime/t.23-double_mime_install ('k') | third_party/xdg-utils/tests/xdg-open/t.01-open_basic » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698