uselessify::PAGER;usestd::env;// `PAGER` is initialized once per execution, so we need another bin to
// test the un-mocked default value (not used in other tests).
#[test]fndefault_pager(){unsafe{env::remove_var("PAGER");}assert_eq!(*PAGER,"less");}