Remove an unused bit of code from test-rawdog.
authorAdam Sampson <ats@offog.org>
Sat, 23 Aug 2014 12:57:20 +0000 (13:57 +0100)
committerAdam Sampson <ats@offog.org>
Sat, 23 Aug 2014 12:57:20 +0000 (13:57 +0100)
test-rawdog

index 72c124e9d50579b8fc4ce1d32d2d03338ed2ae4c..e7a813e55ce117d158e6cc68d464f79ab17fe865 100755 (executable)
@@ -687,15 +687,6 @@ runs --no-lock-wait -w
 not_exists $statedir/output.html
 # lock.py will keep running, but harmlessly time out after a bit.
 
-cat >$statedir/plugins/wait.py <<EOF
-import rawdoglib.plugins
-import time
-def wait(*args):
-    time.sleep(2)
-    return True
-rawdoglib.plugins.attach_hook("pre_update_feed", wait)
-EOF
-
 begin "no plugins dir"
 rm -fr $statedir/plugins
 runs -uw