io-duplicate.lisp 269 B

123456789
  1. (in-package :translator-test)
  2. (def-test-method io-duplicate-test ((test io-test))
  3. (with-testport (p (file-name-lookup +translator-root+))
  4. (with-testport (p2 (io-duplicate p))
  5. (assert-true (stat-eq (io-stat p)
  6. (io-stat p2))))))