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

Side by Side Diff: third_party/xdg-utils/tests/xdg-mime/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 test_note This is a dummy test to run the generic tests for this utility.
7
8 generic_tests=`ls $XDG_TEST_DIR/generic/t.*`
9 for t in $generic_tests; do
10 . "$t"
11 repeat_test "$GENERIC_TEST" 1 "XDGUTIL" "xdg-mime"
12 done
13
OLDNEW
« no previous file with comments | « third_party/xdg-utils/tests/xdg-mime/data/testmime.xml ('k') | third_party/xdg-utils/tests/xdg-mime/t.01-query_text_plain » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698