summaryrefslogtreecommitdiff
path: root/scripts/test-common-function
blob: c8af98d7550d5b9e6fc9cba7ec5e8db6c8eb4b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# This script is for testing internal functions of the xdg-utils-common.in file
#
# Example ./test-common-function xdg_which echo

XDG_UTILS_DEBUG_LEVEL="${XDG_UTILS_DEBUG_LEVEL:-99}"

. ./xdg-utils-common.in

"$@"

exit $?