X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=7926d27877102a0bc7a528dc40ec0438cf01d1f9;hp=4619c327dd024d95b9054dccb307262156ea5f24;hb=d455c8b74a2a63454779445e14ac3e81141b204a;hpb=409d87736461c551fac2f1956132b867f379db1b diff --git a/test/test-lib.sh b/test/test-lib.sh index 4619c327..7926d278 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -160,9 +160,6 @@ do valgrind=t; verbose=t; shift ;; --tee) shift ;; # was handled already - --root=*) - root=$(expr "z$1" : 'z[^=]*=\(.*\)') - shift ;; *) echo "error: unknown test option '$1'" >&2; exit 1 ;; esac