Skip to content
  • Adam Williamson's avatar
    storage test: use new file for testTouchCreateFile() · e0ae8705
    Adam Williamson authored
    this test would never succeed, because the previous test -
    testFOpen() - creates the file 'foo', but testTouchCreateFile()
    starts out by asserting it doesn't exist. Change the test to
    use a file called 'touch' instead (which does not previously
    exist).
    e0ae8705