]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

spec/strftime_spec: Use the same timestamp every test run.
authordaurnimator <quae@daurnimator.com>
Mon, 18 Aug 2014 15:55:12 +0000 (11:55 -0400)
committerdaurnimator <quae@daurnimator.com>
Mon, 18 Aug 2014 15:55:12 +0000 (11:55 -0400)
spec/strftime_spec.lua

index 6d019c99f1947b41714033a9997256e75b4fe3fd..629e04a1d624c1fb3da291ce5ba35f16429f13f4 100644 (file)
@@ -1,8 +1,7 @@
 local luatz = require "luatz.init"
-
+local time = 1234567890
 describe("strftime", function()
        local strftime = luatz.strftime.strftime
-       local time = luatz.time()
        for i, spec in ipairs {
                "a", "A", "b", "B", "c", "C", "d", "D", "e", "F",
                "g", "G", "H", "I", "j", "m", "M", "n", "p", "r",