diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-26 12:36:13 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-26 16:54:12 -0400 |
commit | a432e91635ced071d1490c543560c52c6bf09866 (patch) | |
tree | 8dcd9e99ba6071197f2b116fb4cd6d769e3842a3 | |
parent | 35b18d61c7d8005cd333bfa5134a1a35313ded17 (diff) | |
download | bog-a432e91635ced071d1490c543560c52c6bf09866.tar.gz |
Check stage directory in renaming test
-rw-r--r-- | bog-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bog-tests.el b/bog-tests.el index 0c737c4..7cb1911 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -168,7 +168,7 @@ (should (file-exists-p (expand-file-name (concat citekey ".pdf") bog-pdf-directory))) (should-not (file-exists-p (expand-file-name - (concat "one.pdf") bog-pdf-directory)))))) + (concat "one.pdf") bog-stage-directory)))))) (ert-deftest bog-pdf-citekeys-multiple-variants () (bog-tests--with-temp-dir |