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

Unified Diff: third_party/xdg-utils/tests/xdg-su/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, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/xdg-utils/tests/xdg-su/t.00-apply_generic
===================================================================
--- third_party/xdg-utils/tests/xdg-su/t.00-apply_generic (revision 0)
+++ third_party/xdg-utils/tests/xdg-su/t.00-apply_generic (revision 0)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+. "$XDG_TEST_DIR/include/testcontrol.sh"
+. "$XDG_TEST_DIR/include/testfuncs.sh"
+
+test_note This is a dummy test to run the generic tests for this utility.
+
+generic_tests=`ls $XDG_TEST_DIR/generic/t.*`
+for t in $generic_tests; do
+ . "$t"
+ repeat_test "$GENERIC_TEST" 1 "XDGUTIL" "xdg-su"
+done
+
Property changes on: third_party/xdg-utils/tests/xdg-su/t.00-apply_generic
___________________________________________________________________
Name: svn:executable
+ *

Powered by Google App Engine
This is Rietveld 408576698