diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2005-04-21 09:15:31 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2005-04-21 09:15:31 +0000 |
commit | bb600038d866852ff90f0124ba2fe6526b71585d (patch) | |
tree | 2c3350fb4930171b07c6ce09a4a33a02de3e05f1 /menu/tests/menutest | |
parent | 5128e55ac6d14a2bc4a8b1522c03782cddbe734d (diff) | |
download | xdg-specs-bb600038d866852ff90f0124ba2fe6526b71585d.tar.xz |
test s: Test that .desktop files under $HOME correctly
override .desktop files at system level
test t: Test order in which <Move> elements are processed
Diffstat (limited to 'menu/tests/menutest')
-rwxr-xr-x | menu/tests/menutest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/menu/tests/menutest b/menu/tests/menutest index 861a50d..adf93d8 100755 --- a/menu/tests/menutest +++ b/menu/tests/menutest @@ -10,6 +10,13 @@ function installData() done } +function installDataAs() +{ + local DIR=$1 + mkdir -p ${DIR} + cp data/$2 ${DIR}/$3 +} + if [ "x${MENUTEST}" == "x" ]; then echo 'To run the test set $MENUTEST to your menu-spec implementation.' exit 1 |