1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

tests/shtests: rm debug command that snuck through (re: d7afb57c)

This commit is contained in:
Martijn Dekker 2020-07-04 02:53:15 +02:00
parent 658bba748e
commit b2382efd8b

View file

@ -185,7 +185,6 @@ do case $OPT in
d) debug=$OPTARG d) debug=$OPTARG
;; ;;
k) keep=$OPTARG k) keep=$OPTARG
echo "[DEBUG] keep == [$keep]" >&2
;; ;;
l) locale=$OPTARG l) locale=$OPTARG
;; ;;