]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/t/toptions.py
options: remove unused 'exe' parameter
[bup.git] / lib / bup / t / toptions.py
index 02d9839621d8d91261bd3ff9d9aee70c29c67e4b..d01ba512e15ac828045d8272d0592539158b53bd 100644 (file)
@@ -42,7 +42,7 @@ no-stupid  disable stupidity
 
 @wvtest
 def test_options():
-    o = options.Options('exename', optspec)
+    o = options.Options(optspec)
     (opt,flags,extra) = o.parse(['-tttqp', 7, '--longoption', '19',
                                  'hanky', '--onlylong'])
     WVPASSEQ(flags[0], ('-t', ''))